1 # Sorting-Visualizer
2 This
is a GUI based python program to visualize common Sorting Algorithms
3 Uses the tinkter Library
in python
4 1
. Created a new window using the Tk window object
5 2
. Created a Canvas on the window and buttons with required commands
6 3
. Randomized Data Generator function to add bars using canvas.create_rectangle() function
7 4
. Swaps in the algorithms were animated using the window.after() function
8
9
10 Currently Insertion, Bubble and Selection Sort work.


Gõ tìm kiếm nhanh...